Lender Price API Web Service
Lender Price API Web Service / Rate Period Api Resource Group / generateRateSheetUsingPOST (Post)
In This Topic
    PostgenerateRateSheetUsingPOST
    In This Topic

    Resource Path: /rest/rate-period/generate-rate-sheet/{companyId}/{userId}/{ratePeriodId}/{templateName}

    Summary
    generateRateSheet
    Parameters
    NameDescriptionData Type
    companyIdstring
    userIdstring
    ratePeriodIdstring
    templateNamestring
    Request

    The request body is of type ExcelGeneratorConfig.

    config

    Overview

    ExcelGeneratorConfig
    adjustmentConfig : AdjustmentConfig
    labelCellConfig : CellConfig
    alignment : string
    bgColor : string
    bold : boolean
    color : string
    fitMerge : boolean
    font : string
    verticalAlignment : string
    labelOffset : integer
    priceNegativeConfig : CellConfig
    pricePositiveConfig : CellConfig
    valueConfig : CellConfig
    rateConfig : RateConfig
    headerConfig : CellConfig
    nameConfig : CellConfig
    nbrColumn : integer
    priceConfig : CellConfig
    priceNegativeConfig : CellConfig
    pricePositiveConfig : CellConfig
    rateConfig : CellConfig
    tableAdjustmentConfig : TableAdjustmentConfig
    border : boolean
    borderColor : string
    headerCellConfig : CellConfig
    headerValueCellConfig : CellConfig
    labelCellConfig : CellConfig
    labelOffset : integer
    priceNegativeConfig : CellConfig
    pricePositiveConfig : CellConfig
    titleCellConfig : CellConfig
    valueCellConfig : CellConfig
    template : string
    200 Response

    OK
    201 Response

    Created
    Fault Responses
    FaultDescription
    Unauthorized
    Forbidden
    Not Found
    See Also